--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 3dc7db5ffb92949a348ca0de02af8b9fe6642531
Parents : f97bdff
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-06-06T17:51:03-05:00
fix(package): update file patterns in package.json to include all files in the electron directory
Changes
Diff
diff --git a/package.json b/package.json
index 6a0ee668..7bfa1ee0 100644
--- a/package.json
+++ b/package.json
@@ -123,7 +123,8 @@
"appimage": "1.0.2"
},
"files": [
- "electron/**/*"
+ "electron/",
+ "electron/**"
],
"directories": {
"buildResources": "electron/build"
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────